Uses of Interface
edu.claflin.finder.io.graph.sub.GraphWriter
-
Packages that use GraphWriter Package Description edu.claflin.finder Subgraph Finder - Used to find and locate subgraphs within a network.edu.claflin.finder.io.graph Contains the specific graph formats supported by the SNBA program family. -
-
Uses of GraphWriter in edu.claflin.finder
Methods in edu.claflin.finder with parameters of type GraphWriter Modifier and Type Method Description private static voidMain. writeGraphs(java.util.ArrayList<Graph> graphs, java.lang.String output, GraphWriter writer)Writes Graph objects to memory. -
Uses of GraphWriter in edu.claflin.finder.io.graph
Classes in edu.claflin.finder.io.graph that implement GraphWriter Modifier and Type Class Description classNOABatchIOA class for writing graphs in the NOA batch format.classSIFGraphIOA class for reading and writing graphs in the SIF format.classSimpleGraphIOA class for reading and writing graphs.
-